TELGetDNFlags
Updates the current flags information for a directory number.
pascal TELErr TELGetDNFlags ( TELDNHandle hTELDN, long *dnFeatureFlags, long *dnForwardFlags);
hTELDN
- A handle to a directory number structure.
dnFeatureFlags
- On exit, the current feature flags of the specified directory number.
dnForwardFlags
- On exit, the current forwarding flags of the specified directory number.
- function result
- A result code.
DESCRIPTION
TheTELGetDNFlags
function updates thefeatureFlags
and forwardFlags fields of the directory number structure specified by thehTELDN
parameter. You should pass in a handle to an existing directory number structure. IfTELGetDNFlags
completes successfully, those fields of that structure reflect the current features and forwarding mode of the associated directory number.
TELGetDNFlags
also returns, in thednFeatureFlags
anddnForwardFlags
parameters, the updated values of thefeatureFlags
and forwardFlags fields, respectively.
Main | Top of Section | What's New | Apple Computer, Inc. | Find It | Feedback | Help